Do not bother waiting for the old HttpServer and UnixHttpServer threads when
authorEwan Mellor <ewan@xensource.com>
Mon, 27 Nov 2006 12:50:30 +0000 (12:50 +0000)
committerEwan Mellor <ewan@xensource.com>
Mon, 27 Nov 2006 12:50:30 +0000 (12:50 +0000)
commit168c19848541ef18830b7d4749415aa9216bb153
tree0760a6f282f2e2e14fd6c5df307eb5f109aa7330
parenta41ba620b12f2248bb191846dab5f445e7cbd11c
Do not bother waiting for the old HttpServer and UnixHttpServer threads when
shutting down -- they don't have exit handling themselves and ought to just
be made daemon threads.

Added some logging to dialog shutdown problems.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/server/SrvServer.py